- Apr 12, 2020
-
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
This is actually pretty terrible... people hate libraries that call setlocale()... but I'm too lazy to update everything that uses ciolib, so there you go.
-
deuce authored
compatible (most terms are these days). In this case, curses mode works correctly. Add a new CIOLIB_MODE_CURSES_ASCII for the old behaviour.
-
deuce authored
Should fix issue nelgin is having.
-
deuce authored
-
nightfox authored
The new property nextDrawOnlyItems is an array that contains indexes for specific items to be written the next time the menu is drawn. It can be used as a display optimization; for example, if the menu is redrawn in an input loop in the calling code and the selected item changed on the same 'page' on the menu, then the calling code can add the indexes of the 2 items to redraw the next the the menu is drawn so that the menu will only refresh those 2 items on the screen rather than the whole page of items.
-
rswindell authored
after a file has been successfully (partially or fully) downloaded by a user: - arguments are [dir-code] [file path or name] [bytes] [count] Technically, all the argumnets are optional, but if only a bytes or file count is provided, the old behavior of the method is invoked (just increments statistics). This is intended for use by ecWeb's http-based file downloader thing. :-)
-
rswindell authored
-
rswindell authored
documented (it says if the section is *undefined*, the root section is read)
-
rswindell authored
-
rswindell authored
-
rswindell authored
(new) scfg_t.text member. This will make it much easier for non-Terminal Server JS modules (and the functions they execute) make use of the text.dat strings.
-
rswindell authored
iniGetAllObjects() to sort of "normalize" the key names into easily-useable (and consistent) JavaScript property names.
-
rswindell authored
Library names (case-sensitive) for which you would like to have their directories automatically added to your tickit area list. Directories whose names are invalid area tags (e.g. contain a space) are not included.
-
rswindell authored
actually used by SBBSecho currently and is only here for use by BinkIT.
-
- Apr 11, 2020
-
-
rswindell authored
error (e.g. trigger a bad QWK packet copy to be created). The debug-level log messages is still generated however.
-
rswindell authored
than a string input dialog.
-
deuce authored
Add UTF-8 copy/paste support to X11 mode.
-
deuce authored
-
deuce authored
-
deuce authored
Don't support CSI ! p anymore since RIS (ESC c) works correctly now.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
bottom margin, you can now create a completely separate sub-window. This command replaces CSI s to save the cursor position... since this non-standard extension is very widely used, set left/right margin only works when mode 69 is enabled using CSI ? 69 h. The margins are retained when CSI ? 69 l is sent, only the command to adjust them is disabled.
-
rswindell authored
-
rswindell authored
through messages (in index order, I presume), same as -/Bkspace and +/Enter. I also have the Home key move to the first message and End key move to the last. <shrug>
-
rswindell authored
server (uck). Needs an lputs() callback or similar.
-
rswindell authored
together to keep things atomic: 1. Eliminate eprintf() as sbbs_t::lputs() and sbbs_t::lprintf() do the "right thing" (e.g. log to the event log when called from the event_thread). 2. Moved upload_stats() and download_stats() from ftpsrvr.c to getstats.c where I plan to make use of them for JS-based upload/download file support.
-
rswindell authored
command to send.
-
- Apr 10, 2020
-
-
rswindell authored
- typo "tickit" not "ticket" - convert ini content array to object to create map
-
rswindell authored
the find-text string.
-
rswindell authored
-
rswindell authored
data is external, in the exec/init-tickit.ini file).
-
rswindell authored
length of option[].
-
rswindell authored
terminated with a 0-length option string). There still another crash I'm investigating that occurs if you type a string that isn't found. It appears to deref past the end of the option array.
-