summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-06-13Fix typosTaupiqueur
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
2021-05-18Fix completion past explicitely closed tokensMaxime Coste
2021-05-02Request xterm 'modifyOtherKeys' mode to opt-in CSI u key reportingMaxime Coste
2021-05-01Rework session directory logicMaxime Coste
2021-05-01Merge remote-tracking branch 'markus-oberhumer/ux-improve-prompt'Maxime Coste
2021-04-30Improve prompt handlingMarkus F.X.J. Oberhumer
2021-04-30src: Fix mouse modifier support in the ncurses UI.Tim Allen
2021-04-28Merge remote-tracking branch 'markus-oberhumer/ux-debug-buffer'Maxime Coste
2021-04-28Merge remote-tracking branch 'nojhan/feat_padding-options'Maxime Coste
2021-04-27fix ncurses' padding optionnojhan
2021-04-27Improve UX: better error message about debug buffer on startup errorsMarkus F.X.J. Oberhumer
2021-04-19elif over "else if"Ben Judd
2021-04-19Merge remote-tracking branch 'Icantjuddle/fix_deprexated_mallinfo_call'Maxime Coste