log command-window.cpp @ 17:2ddf3fe6fa33

age author description
Tue, 28 May 2019 18:27:18 -0400 John W. Eaton initial attempt at using separate thread for interpreter
Fri, 24 May 2019 09:22:29 -0400 John W. Eaton use rl_display_prompt instead of rl_prompt
Thu, 23 May 2019 18:41:04 -0400 John W. Eaton clean up header files, more small readline changes
Thu, 23 May 2019 17:57:20 -0400 John W. Eaton define parser as a class and eliminate some global variables
Thu, 23 May 2019 13:42:57 -0400 John W. Eaton handle EOF on input; more misc refactoring
Thu, 23 May 2019 12:36:26 -0400 John W. Eaton move command window to separate file and other refactoring