summaryrefslogtreecommitdiff
path: root/src/ncurses.hh
AgeCommit message (Expand)Author
2012-10-29NCurses: refactor status line handling, and disambiguate status line from mod...Maxime Coste
2012-10-28Handle all available input before redrawingMaxime Coste
2012-10-27NCurses: rework terminal resize handlingMaxime Coste
2012-10-20make UserInterface unaware of Window, only of DisplayBufferMaxime Coste
2012-09-30Menus can be placed anywhere on the screen, and takes a style parameterMaxime Coste
2012-09-24extract Client virtual methods to a UserInterface classMaxime Coste
2012-09-11NCursesClient::show_menu: stop displaying counts in front of itemsMaxime Coste
2012-09-05simplify menu apiMaxime Coste
2012-09-05ncurses: colorize the menuMaxime Coste
2012-09-03move input handling, including menu and prompt, to the Client classMaxime Coste
2012-08-30Change client menu api to give more control to the callerMaxime Coste
2012-08-30More useable menu implementation on ncursesMaxime Coste
2012-08-05Registers need a context to return their valuesMaxime Coste
2012-06-28Rename UI to ClientMaxime Coste
2012-06-05abstract ui functions in a UI base classMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-02-16move ncurses function to ncurses.{cc,hh}Maxime Coste