Commit Graph

  • 5b6038db35 Dont include a literal dump of the conf files Kovid Goyal 2018-06-16 22:31:21 +05:30
  • 9a365b0968 Merge branch 'docs' of https://github.com/blueyed/kitty Kovid Goyal 2018-06-16 22:26:45 +05:30
  • 8a0cd73821 docs: improve generation of default config files Daniel Hahler 2018-06-16 18:35:58 +02:00
  • 49b065cbe7 Use conf_dir instead of cwd as base for session file Kovid Goyal 2018-06-16 10:22:46 +05:30
  • 77f651cb5d Expand env vars for the start_session config variable Kovid Goyal 2018-06-16 10:18:48 +05:30
  • fedde51c12 ... Kovid Goyal 2018-06-16 10:16:06 +05:30
  • f710d6906e Add a linkcheck target to check links in the docs Kovid Goyal 2018-06-16 09:27:39 +05:30
  • c9a751360e Update CHANGELOG Kovid Goyal 2018-06-16 09:25:00 +05:30
  • ad97315925 diff kitten: Misc fixes to msg display in the status line Kovid Goyal 2018-06-16 08:57:02 +05:30
  • e8f7a2b345 Dont send on_text events with empty text Kovid Goyal 2018-06-16 08:55:10 +05:30
  • 5bc8d05f0a ... Kovid Goyal 2018-06-16 08:49:08 +05:30
  • 3669d4135c diff kitten: Add keybindings to search without regex Kovid Goyal 2018-06-16 08:45:42 +05:30
  • 73b870bb87 ... Kovid Goyal 2018-06-16 08:41:19 +05:30
  • 6b4217c12a Use a single build script on Travis Kovid Goyal 2018-06-16 08:33:07 +05:30
  • 8b4fe494cf Format matches count the same as scroll percent Kovid Goyal 2018-06-16 08:24:32 +05:30
  • 35041e7709 Fix docs links Kovid Goyal 2018-06-16 08:19:33 +05:30
  • 12cbcf1c17 Add an option to kitty.conf to specify a default startup session Kovid Goyal 2018-06-16 08:14:11 +05:30
  • 26f50a451e Add a section on configuration to the main page in the docs Kovid Goyal 2018-06-16 07:45:24 +05:30
  • 11f3d7e215 ... Kovid Goyal 2018-06-15 17:53:04 +05:30
  • a7d533cfe5 Increase contrast of link color with text color in docs Kovid Goyal 2018-06-15 15:38:30 +05:30
  • 52ec4dc21b Allow cross-linking to @ command documentation Kovid Goyal 2018-06-15 15:31:05 +05:30
  • 6f7ea49008 Switch to high number OSC codes instead of DCS string codes for dynamic color push/pop Kovid Goyal 2018-06-15 15:21:46 +05:30
  • 84b99b1b3d diff kitten: Clear the search when pressing Esc Kovid Goyal 2018-06-15 15:00:09 +05:30
  • 1022d8a0ee diff kitten: Show the number of matches in the status bar when doing a search Kovid Goyal 2018-06-15 14:57:03 +05:30
  • cd6a46730a ... Kovid Goyal 2018-06-15 14:48:59 +05:30
  • 59743fd7a1 diff kitten: Allow theming the selection background/foreground as well Kovid Goyal 2018-06-15 14:43:39 +05:30
  • 07bd371e21 Re-org diff kitten docs Kovid Goyal 2018-06-15 14:31:13 +05:30
  • fe3b10a8fb diff kitten: Implement searching for text in the diff Kovid Goyal 2018-06-15 14:28:42 +05:30
  • c994bc1d89 Add more clarification about kitty's performance goals Kovid Goyal 2018-06-15 13:51:49 +05:30
  • 22cffef7c8 diff kitten: Use a single-width replacement for control chars Kovid Goyal 2018-06-15 08:08:21 +05:30
  • 5dfb8b1d80 diff kitten: Display CRLF line endings using the unicode return symbol instead of <d> as it is less intrusive. Kovid Goyal 2018-06-15 07:08:57 +05:30
  • 82f9f002bd diff kitten: Fix default foreground/background colors not being restored when kitten quits. Fixes #637 Kovid Goyal 2018-06-14 23:25:13 +05:30
  • 9f51506422 ... Kovid Goyal 2018-06-14 22:07:34 +05:30
  • 2a8295d71c diff kitten: Better error message when one of the arguments does not exist Kovid Goyal 2018-06-14 21:53:13 +05:30
  • 7214b66aa5 A new tui API for simple line editing Kovid Goyal 2018-06-14 13:11:48 +05:30
  • a7d9c63a4e wcwidth() for not assigned code points should be -4 Kovid Goyal 2018-06-14 10:27:42 +05:30
  • 61dd52b50f Ignore the non-characters from the unicode standard in addition to ignoring the control characters Kovid Goyal 2018-06-14 10:20:13 +05:30
  • a157f3c5e3 Fix kitty @ set-colors --all not working when more than one window present Kovid Goyal 2018-06-13 14:21:55 +05:30
  • fc02246373 ... Kovid Goyal 2018-06-13 07:46:11 +05:30
  • adb8a4676c Fix a regression that broke the legacy increase/decrease_font_size actions Kovid Goyal 2018-06-13 07:42:12 +05:30
  • f78d05a57f Clear scrollback on reset Kovid Goyal 2018-06-13 07:20:19 +05:30
  • 301d34fecf Ignore errors in talk socket shutdown Kovid Goyal 2018-06-12 21:15:43 +05:30
  • 0848816644 ... Kovid Goyal 2018-06-12 21:03:02 +05:30
  • ba7f0132f2 Add a command line option to make --single-instance wait for the closing of the newly opened window before quitting. Fixes #630 Kovid Goyal 2018-06-12 20:53:25 +05:30
  • 561fe81d00 Use base instead of cwd when checking for docs Kovid Goyal 2018-06-12 09:24:36 +05:30
  • 2db83ecf1e Run make docs for linux-package only if docs are not found Kovid Goyal 2018-06-12 09:20:18 +05:30
  • 1b8c6b23e1 Dont run make docs to build linux-package Kovid Goyal 2018-06-12 09:14:16 +05:30
  • b6622b9458 Fix paths to built bundles Kovid Goyal 2018-06-12 08:53:22 +05:30
  • d79e943844 Dont build docs when freezing v0.11.0 Kovid Goyal 2018-06-12 08:41:38 +05:30
  • 105959d91b version 0.11.0 Kovid Goyal 2018-06-12 08:36:19 +05:30
  • ea414945f2 DRYer Kovid Goyal 2018-06-11 17:52:00 +05:30
  • 4acc692a94 Fix #627 Kovid Goyal 2018-06-11 13:59:40 +05:30
  • 05c475e6ca Update glfw from upstream Kovid Goyal 2018-06-11 13:08:21 +05:30
  • c04e1aedb2 Use basenames for default window title Kovid Goyal 2018-06-11 12:39:13 +05:30
  • 4711746f8f Linux: When using layouts that map the keys to non-ascii characters, map shortcuts using the ascii equivalents, from the default layout. Kovid Goyal 2018-06-11 12:21:35 +05:30
  • 7a7262923b Fix a regression in 0.10 that caused incorrect rendering of the status bar in irssi when used inside screen. Kovid Goyal 2018-06-11 10:13:21 +05:30
  • cde60b19e8 Automatically build docs when running linux-pacakge Kovid Goyal 2018-06-11 09:54:48 +05:30
  • 59430c1c14 Add missing screen_delete_lines to client Kovid Goyal 2018-06-11 09:12:30 +05:30
  • e55cae6192 Fix kitty @ set-colors not working with the window border colors Kovid Goyal 2018-06-11 09:03:24 +05:30
  • ed71e73ca5 Merge branch 'master' of https://github.com/dcolascione/kitty Kovid Goyal 2018-06-11 07:18:14 +05:30
  • 9ffd0111cc Merge branch 'autodpi-x11' of https://github.com/dcolascione/kitty Kovid Goyal 2018-06-11 07:16:36 +05:30
  • 93b1919a38 Update glfw from upstream, to allow kitty to react to Xft.dpi changes Kovid Goyal 2018-06-11 07:12:06 +05:30
  • 535606fadb A DPI change is signaled by either a viewport _or_ a scaling factor change Daniel Colascione 2018-06-10 16:23:03 -07:00
  • 7cf7d94bba Add a make docs Makefile target Kovid Goyal 2018-06-11 06:31:23 +05:30
  • 136a718453 Avoid spurious selection Daniel Colascione 2018-06-08 12:59:24 -07:00
  • 5f6c4c0f6c ... Kovid Goyal 2018-06-10 06:36:23 +05:30
  • ddfe7797e5 Fix #620 Kovid Goyal 2018-06-09 23:21:00 +05:30
  • fc74d22724 Nicer error message when specifying a non-existent kitten Kovid Goyal 2018-06-09 13:49:33 +05:30
  • ca41e642fb Nicer error message when no kitten name is specified Kovid Goyal 2018-06-09 13:47:49 +05:30
  • 83849ab07a Document the clipboard kitten Kovid Goyal 2018-06-09 13:32:32 +05:30
  • 02ac2336bd DRYer Kovid Goyal 2018-06-09 12:47:52 +05:30
  • c094ebce07 Set VMIN to 1 as without it poll() returns immediately even when no data is available to read on macOS Kovid Goyal 2018-06-09 11:17:12 +05:30
  • 65ed9c759c ... Kovid Goyal 2018-06-09 11:10:58 +05:30
  • 83fe2438f9 Forgot to port the exception handler loop Kovid Goyal 2018-06-09 11:08:25 +05:30
  • caa20aa081 Use the new tty code in tui as well Kovid Goyal 2018-06-09 09:06:48 +05:30
  • fd598df1c6 Add a one-time support option Kovid Goyal 2018-06-08 22:17:07 +05:30
  • 0cc008e737 Use TTYIO for the icat kitten as well Kovid Goyal 2018-06-08 20:21:05 +05:30
  • 5dbaf9aab0 Clean up usage of TTYIO for remote cmds and the shell Kovid Goyal 2018-06-08 20:17:27 +05:30
  • 71c1432892 Update glfw from upstream Kovid Goyal 2018-06-08 18:02:44 +05:30
  • 59ab22c0c8 Merge branch 'master' of https://github.com/dcolascione/kitty Kovid Goyal 2018-06-08 17:53:08 +05:30
  • 668f6fa257 More robustly strip bracketed paste termination sequence Daniel Colascione 2018-06-08 04:52:40 -07:00
  • 5701ec4082 Remove duplicate import Kovid Goyal 2018-06-08 15:42:42 +05:30
  • 04afe969a0 Fix building on macOS with termios.h Kovid Goyal 2018-06-08 15:41:34 +05:30
  • 19721014d0 Remote control: Fix kitty @ sometimes failing to read the response from kitty. Kovid Goyal 2018-06-08 15:35:01 +05:30
  • 44b84ba295 Update glfw from upstream Kovid Goyal 2018-06-08 14:27:30 +05:30
  • f80f61f84f ... Kovid Goyal 2018-06-08 12:54:38 +05:30
  • 6247270011 Build the docs on Travis Kovid Goyal 2018-06-08 11:42:54 +05:30
  • 68394cebe3 Linux: Include a man page and the HTML docs when building the linux-package Kovid Goyal 2018-06-08 11:06:41 +05:30
  • a386277df9 Release a source tarball that contains pre-built docs Kovid Goyal 2018-06-08 10:36:33 +05:30
  • f88b98ccd9 Generate a simple man page with the output of kitty --help Kovid Goyal 2018-06-08 10:13:15 +05:30
  • eecf80469e Update glfw from upstream Kovid Goyal 2018-06-08 09:14:14 +05:30
  • 66dd83027d Use pipe2() on non-Apple platforms Kovid Goyal 2018-06-08 08:15:12 +05:30
  • a1355484a6 Use the process name as the default window title rather than "kitty" Kovid Goyal 2018-06-07 23:23:10 +05:30
  • ca17e9b02c ... Kovid Goyal 2018-06-07 22:23:15 +05:30
  • dd085a9297 Update glfw from upstream Kovid Goyal 2018-06-07 21:46:01 +05:30
  • 6c72c93b02 Fix inactive_text_alpha also applying to the tab bar Kovid Goyal 2018-06-07 20:19:29 +05:30
  • 223fe85449 Mention the kitty website in kitty --help Kovid Goyal 2018-06-07 18:22:39 +05:30
  • 365c992f80 Fix only one the two fds created by self_pipe having CLOEXEC and NONBLOCK set Kovid Goyal 2018-06-07 15:48:50 +05:30
  • 1dd489cf0c Add --chop-long-lines to the less invocation as it ensures line numbers are correct even if the scrollback window is narrower Kovid Goyal 2018-06-07 13:29:31 +05:30
  • ed0239a556 When viewing the scrollback in less and kitty is currently scrolled, position the scrollback in less to match kitty's scroll position. Kovid Goyal 2018-06-07 13:25:37 +05:30