summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2021-07-12Remove references to ncurses in MakefileMaxime Coste
2021-07-12Replace ncurses with a naive custom terminal backendMaxime Coste
2021-07-12Quit server on SIGINT when it was not signaled by Kakoune itselfMaxime Coste
2021-07-09Inline String::Data no-copy constructorMaxime Coste
2021-07-09Remove command parsing Reader and just track a ParserStateMaxime Coste
2021-07-09Avoid temporary vector in expand_tokenMaxime Coste
2021-07-09Avoid copying token content strings in expand_tokenMaxime Coste
2021-07-07Document command-fifo in changelogMaxime Coste
2021-07-07Catch errors while executing shell commandsMaxime Coste
2021-07-07Add support for $kak_command_fifo and $kak_response_fifoMaxime Coste
2021-07-07Decouple generate_env from actual ShellManager env var collectionMaxime Coste
2021-07-07Merge remote-tracking branch 'Screwtapello/save-restore-window-title'Maxime Coste
2021-06-27Restore terminal during suspend before changing alternate screenDmitry Matveyev
2021-06-27Handle Ctrl+Z key later in the terminal input stackMaxime Coste
2021-06-26Merge remote-tracking branch 'SolitudeSF/mode'Maxime Coste
2021-06-24Better styleSidharth Kshatriya
2021-06-24Also deal with variables named kak_quoted_* by using a more generic approachSidharth Kshatriya
2021-06-24Fix: Kakoune passed environment variables in shell invocations are repeatedSidharth Kshatriya
2021-06-24Only compute command coordinates when necessaryMaxime Coste
2021-06-24Fix invalid command profiling logicMaxime Coste
2021-06-18Restore terminal before switching from alternate screenSolitudeSF
2021-06-15src: Restore the window title when quitting or suspending Kakoune.Tim Allen
2021-05-28Fix focus_in/focus_out keys not having user friendly namesMaxime Coste
2021-05-28Fix File Buffer flag not being correctly appliedMaxime Coste
2021-05-28Canonicalize <s-ascii> into uppercase in csi key parsing codeMaxime Coste
2021-05-28Support opening files bigger than 2 GiBMaxime Coste