0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initialize "goodbye" to 0 explicitly; otherwise could segfault (or say "Error opening ANSI file") on exiting from a packet opened via a search. More... almost 21 years ago
Reverted bulletin/file behavior to popping up over areas list. (Hello and goodbye still separate.) More... almost 21 years ago
Corrected a comment. More... almost 21 years ago
Return "" from nextLine() if read fails, instead of last result. To deal with a short CONTROL.DAT made by an old version of Valence. More... almost 21 years ago
Updated copyright date. More... almost 21 years ago
Added getHello() for OPX. (Not quite the way SX works -- it automatically displays all the readerfiles (typically, hello.??? and rdrnews) up front.) More... almost 21 years ago
Clear "Existing replies" prompt before putting up new files prompt. More... almost 21 years ago
Code simplification -- bulletin and new files prompts now pop up over packet list instead of area list. More... almost 21 years ago
Blank lines in CONTROL.DAT made the first file found appear as the hello and goodbye files. More... almost 21 years ago
getHello() and getGoodbye() broken out from getBulletins(); new behavior for these two (no prompt), more like other readers. So far only for QWK. More... almost 21 years ago
Removed EMAIL address template to reduce spam. :-( More... almost 21 years ago
Final 0.45 updates. More... almost 21 years ago
Final 0.45 updates. More... almost 21 years ago
Version 0.45 updates. More... almost 21 years ago
Simplified Win::horizline() calls -- moved length calculation there. More... almost 21 years ago
Re-reverted scrollbar to ACS_BOARD; changed curses.h instead. :-) Removed PDCurses ifdefs in this section. More... almost 21 years ago
Revert scroll bar to ACS_BOARD for PDCurses. The character it uses for ACS_CKBOARD is too dark (not the 50% checkerboard as used elsewhere). More... almost 21 years ago
New method for determining use of "PC" characters (same as used in the blue.c sample program in the ncurses package) -- check tigetstr("smpch") instead of getenv("linux"). More... almost 21 years ago
Added DOWNSUFFIX to be replaced with "?download" (or, optionally, with nothing) to satisfy silly SF.net requirements for having the download count. However, from experiment, I have no faith that it will work even _with_ the suffix. More... almost 21 years ago
Reverted "local ncurses" to 5.2, and relative pathnames. On Solaris/x86, the home directory was not /home/username, but /export/home/username; and the compiled 5.3 didn't work (wants a different pathname to terminfo). More... almost 21 years ago
Moved to common srand() in ErrorType::ErrorType(). Also in this update, changed Makefile to refer to ncurses-5.3. More... almost 21 years ago
Stopped or'ing a space with the value passed to Win::Clear(chtype); it was pure luck that it worked as was with ACS_BOARD. This meant reimplementing Win::clear(coltype). More... almost 21 years ago
Map last of the checkerboard characters to ACS_CKBOARD instead of ACS_BOARD. It seems that only the former is part of the vt100 set, and ACS_BOARD is not implemented by (e.g.) xterm. To Do: Remove remaining references to ACS_BOARD? More... almost 21 years ago
Special handling of char 219 in AnsiWindow: map it to a reverse space instead of the widely unimplemented ACS_BLOCK. More... almost 21 years ago
Changed to ACS_CKBOARD for scrollbar background even in PDCurses. Not sure why I'd ifdef'd it; no documentation. To Do: Make sure it works on all PDCurses platforms. More... almost 21 years ago
typeahead(-1) restricted to PDCurses; typeahead checking might actually be useful when mm is accessed via a terminal, which will pretty much only happen with Unix. More... almost 21 years ago
Updated with comments about PDCurses 2.6. More... almost 21 years ago
Further clarification of the quote initials routine. More... almost 21 years ago
Changed instances of "TMP2" to "From". Although this is more readable, I mostly did this so cvs commit would (hopefully) stop thinking that lettpost.cc had been updated when it hadn't. To Do: Many other variable names are needlessly cryptic. More... almost 21 years ago
Revived PDCURSKLUDGE, except for Win32, where it doesn't work; moved cursor restoration after endwin() call in mysystem() (this is why it didn't do the job before). More... almost 21 years ago