Commit Graph

9 Commits

Author SHA1 Message Date
Keith Winstein 577bfc0dae Import of server, all hooked together 2011-08-13 17:10:19 -04:00
Keith Winstein 3f66e86057 More const correctness 2011-08-13 15:52:07 -04:00
Anders Kaseorg e872ddad59 Terminal::Dispatcher::dispatch: Initialize map
Fixes this warning (which becomes an error with -Werror):

terminaldispatcher.cpp: In member function ‘void Terminal::Dispatcher::dispatch(Terminal::Function_Type, Parser::Action*, Terminal::Framebuffer*)’:
terminaldispatcher.cpp:156:19: error: ‘map’ may be used uninitialized in this function

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2011-02-12 17:04:17 -05:00
Keith Winstein 4760da93b3 Small cleanups 2011-02-12 13:14:47 -05:00
Keith Winstein e057ea6598 Support setting window title (as OS command) 2011-02-01 04:14:16 -05:00
Keith Winstein 1a2fe97b88 Implement first DEC set/reset modes 2011-01-31 06:45:12 -05:00
Keith Winstein a49378b23b Dispatch for controls as well 2011-01-31 05:13:21 -05:00
Keith Winstein cda7a87f66 Add general dispatcher for CSI and escape functions 2011-01-31 04:38:39 -05:00
Keith Winstein 19e809b16e Renamed ActionState to Dispatcher 2011-01-31 02:20:37 -05:00