summaryrefslogtreecommitdiff
path: root/zwgc/standard_ports.c
Commit message (Collapse)AuthorAge
* Zephyrgrams to the tty port now undergo character set conversion.Gravatar Karl Ramm2009-04-18
| | | | | | | | | | | | | | | | | | | This completes ticket #5. zwgc/notice.c record the charset of the current notice as the notice_charset variable zwgc/standard_ports. set the tty_charset variable. We do this here instead of tty_filter.c because tty_filter_init gets called twice, and has consumed the command line arguments the first time. zwgc/tty_filter.c New function, zwgc_transliterate, which wraps ZTransliterate with a bit of local color. It's called from convert_desc_to_tty_str_info. New global static info_default_string holds a reused pointer to "" so we don't try to free it from free_info.
* clean up and modernize some of the CMU patch falloutGravatar Karl Ramm2009-03-22
|
* passes gcc -Wall with no warnings other than des cryppt C_block sadness and ↵Gravatar Karl Ramm2008-01-21
| | | | getsid problem
* de K&Rify, fix prototypesGravatar Karl Ramm2008-01-21
|
* Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.Gravatar Greg Hudson1999-01-22
|
* Pull in sources from zephyr locker. See /mit/zephyr/repository forGravatar Greg Hudson1997-09-14
| | | | detailed change information.
* Made no display warning message shorter & quieterGravatar Lucien Van Elsen1991-06-30
| | | | (for peter)
* Use ZWGCPATH in message instead of explicit path.Gravatar Kenneth G Raeburn1990-10-19
|
* If -ttymode is given, disable X driver.Gravatar Kenneth G Raeburn1990-10-19
| | | | [provided by warlord@athena.mit.edu]
* add support to not flame about $TERM unless primary driverGravatar John Kohl1989-11-29
| | | | [extra argument to initialization routines]
* fixes for Saber warningsGravatar Marc Horowitz1989-11-15
|
* add fallback processingGravatar John Kohl1989-11-15
|
* add argument to port_init stuffGravatar John Kohl1989-11-15
|
* add -ttymode supportGravatar John Kohl1989-11-15
|
* turn on the default port stuffGravatar John Kohl1989-11-14
|
* Copyright and RCS headers added.Gravatar Marc Horowitz1989-11-01
|
* Initial revisionGravatar Marc Horowitz1989-11-01