-
- Downloads
Replaced the set of (ancient) arrays used for saving/restoring lines of
terminal text and attributes with a linked-list. In doing so: - the save depth is no longer fixed (at 4), but dynamic and unbounded - the current column position is also saved/restored (bug fix) - no more copy/pasta from sbbsdefs.h into js_console.cpp - the JS console.saveline() and restore() methods now return Bool to indicate success/failure Also, some trailing white-space was auto-removed due to local editor settings.
Showing
- src/sbbs3/con_out.cpp 49 additions, 16 deletionssrc/sbbs3/con_out.cpp
- src/sbbs3/js_console.cpp 44 additions, 59 deletionssrc/sbbs3/js_console.cpp
- src/sbbs3/main.cpp 7 additions, 5 deletionssrc/sbbs3/main.cpp
- src/sbbs3/sbbs.h 4 additions, 5 deletionssrc/sbbs3/sbbs.h
- src/sbbs3/sbbsdefs.h 96 additions, 105 deletionssrc/sbbs3/sbbsdefs.h
Loading
Please register or sign in to comment