summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-20Merge remote-tracking branch 'listentolist/pascal-filetype'Maxime Coste
2021-07-20Merge remote-tracking branch 'dermetfan/cue-comment'Maxime Coste
2021-07-20Merge remote-tracking branch 'occivink/nop-ignore-unknown-switches'Maxime Coste
2021-07-20Merge branch 'master' of http://github.com/clarfonthey/kakouneMaxime Coste
2021-07-20Prevent overwriting existing file in :write <explicit filename>Maxime Coste
2021-07-20Remove unnecessary forward declarationMaxime Coste
2021-07-20Add missing new/delete overload in UseMemoryDomainMaxime Coste
2021-07-20Remove some unnecessary string copies in TerminalUIMaxime Coste
2021-07-20Generate different parse_quoted_balanced for each quote pairMaxime Coste
2021-07-20Improve code-generation for StringsMaxime Coste
2021-07-19rename gruvbox theme to gruvbox-darkbasbebe
2021-07-19add gruvbox-light themebasbebe
2021-07-19nop: ignore unknown switches instead of failingOlivier Perret
2021-07-18Make whitespace dim in default themeltdk
2021-07-17make pascal filetype compatible with bashTilman List
2021-07-16comment.kak: add cueRobin Stumm
2021-07-16dermetfan Copyright WaiverRobin Stumm
2021-07-14Fix blitting of windows halfway through double-width codepointMaxime Coste
2021-07-13Lua: insert comment prefix *after* the indentHugo Musso Gualandi
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
2021-07-12Remove references to ncurses in MakefileMaxime Coste
2021-07-12Replace ncurses with a naive custom terminal backendMaxime Coste