summaryrefslogtreecommitdiff
path: root/src/terminal_ui.cc
AgeCommit message (Expand)Author
2021-08-17Move control character escaping responsibility to the terminal UIMaxime Coste
2021-08-05Reduce memory usage and allocations in terminal output codeMaxime Coste
2021-08-05Remove unnecessary fflush callMaxime Coste
2021-08-04Fallback to 80x24 terminal size when ioctl fails or returns 0x0Maxime Coste
2021-08-01Use a BufferedWriter to output in the terminal ui instead of stdioMaxime Coste
2021-07-20Remove some unnecessary string copies in TerminalUIMaxime Coste
2021-07-14Fix blitting of windows halfway through double-width codepointMaxime Coste
2021-07-12Refactor TerminalUI::set_ui_optionsMaxime Coste
2021-07-12Add 'terminal_synchronized' ui_option to opt-in synchronized outputMaxime Coste
2021-07-12src: Support strikethrough facesJason Felice
2021-07-12Fix crash when displaying a menu on a too small terminalMaxime Coste
2021-07-12Small cleanups in terminal uiMaxime Coste
2021-07-12Do not trust saved active face when force redrawingMaxime Coste
2021-07-12Slight code simplificationMaxime Coste
2021-07-12Fix race on resize in terminal uiMaxime Coste
2021-07-12Fix force redraw handlingMaxime Coste
2021-07-12Tolerate bliting window that overflow the targetMaxime Coste
2021-07-12terminal_ui.cc: fix build on musl libcKylie McClain
2021-07-12terminal_ui: restore termios settings before suspending Kakoune.Tim Allen
2021-07-12Use iTerm2 "synchronised update" sequences around redraws.Tim Allen
2021-07-12Handle skipped characters with erase line (EL) instead of insert blank (ICH)Maxime Coste
2021-07-12Reduce amount of SGR escapes emitted by tracking the active faceMaxime Coste
2021-07-12Remove explicit whitespace padding in menu/infoMaxime Coste
2021-07-12Use CSI @ instead of emitting lots of spacesMaxime Coste
2021-07-12Remove the concept of cursor in TerminalUI::WindowMaxime Coste
2021-07-12Fix another display corruption issue in the terminal output codeMaxime Coste
2021-07-12Fix another terminal update issue in the latest code changeMaxime Coste
2021-07-12Fix bug in terminal output line delete logicMaxime Coste
2021-07-12Fix tab character that got introduced by mistakeMaxime Coste
2021-07-12Reduce the number of added/removed lines when redrawing screenMaxime Coste
2021-07-12Fix compute_pos behaviour not to overflow by one lineMaxime Coste
2021-07-12Use insert/remove lines escapes to reduce terminal trafficMaxime Coste
2021-07-12Only redraw updated linesMaxime Coste
2021-07-12Blit all window together before outputing them to the ttyMaxime Coste
2021-07-12Fix crash on resize in TerminalUIMaxime Coste
2021-07-12Rename NCursesUI to TerminalUIMaxime Coste