X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;h=9b30f22197e3c959431932933aa6018b650b26ce;hp=7ca6caa3dbc69670078ffa7b4d627bd27d9d274b;hb=77fcb4a6dfb5405717d172c6604098168c808b81;hpb=084fa080abf7940f33b9173dd173f1982fe3194e diff --git a/sst.py b/sst.py index 7ca6caa..9b30f22 100755 --- a/sst.py +++ b/sst.py @@ -3114,12 +3114,12 @@ rows = linecount = 0 # for paging stdscr = None replayfp = None fullscreen_window = None -srscan_window = None -report_window = None -status_window = None -lrscan_window = None -message_window = None -prompt_window = None +srscan_window = None # Short range scan +report_window = None # Report legends for status window +status_window = None # The status window itself +lrscan_window = None # Long range scan +message_window = None # Main window for scrolling text +prompt_window = None # Prompt window at bottom of display curwnd = None def iostart():