Commit Graph

  • abde2b9e18 way easier way to slice to end of storage duh Mitchell Hashimoto 2022-08-05 11:21:37 -07:00
  • ecaca23959 selectionString: test wraparound case, fix bugs Mitchell Hashimoto 2022-08-05 11:20:53 -07:00
  • 363c51360b selectionString: more accurate buf allocation Mitchell Hashimoto 2022-08-05 11:08:56 -07:00
  • 25dc292c14 selectionString unwraps properly Mitchell Hashimoto 2022-08-05 11:04:41 -07:00
  • dd76fe124d terminal.selectionString to grab the string value of a selection Mitchell Hashimoto 2022-08-05 10:57:08 -07:00
  • 140f66937d update TODO Mitchell Hashimoto 2022-08-04 16:58:09 -07:00
  • 0855d391a8 fix selection of a single character Mitchell Hashimoto 2022-08-04 16:53:10 -07:00
  • 68260cc3d0 fix some selection contains logic on single lines Mitchell Hashimoto 2022-08-04 14:40:28 -07:00
  • d0dc69a0a8 color selection! Mitchell Hashimoto 2022-08-04 14:37:10 -07:00
  • 40161a9eff track mouse state, setup selection state on cursor move with click Mitchell Hashimoto 2022-08-04 14:21:40 -07:00
  • f2e9746d2b fix build error Mitchell Hashimoto 2022-08-04 13:08:51 -07:00
  • 974138378b introducing dedicated point types Mitchell Hashimoto 2022-08-04 13:04:42 -07:00
  • 8facf9b942 terminal: add Selection struct Mitchell Hashimoto 2022-08-04 11:44:36 -07:00
  • bb0b95732e opengl: support extension iteration, list in debug mode Mitchell Hashimoto 2022-08-04 11:13:56 -07:00
  • e163e4962b refactor cursor implementation, implement cursor visible (mode 25) Mitchell Hashimoto 2022-08-03 21:39:42 -07:00
  • 1680aee880 some logging improvements Mitchell Hashimoto 2022-08-03 21:13:05 -07:00
  • b2a9f1f79e update nixpkgs Mitchell Hashimoto 2022-08-03 09:57:47 -07:00
  • befeb08b3d add a lot more tracing as I hunt down some performance things Mitchell Hashimoto 2022-08-03 09:56:32 -07:00
  • 0bc8300e74 remove unused line Mitchell Hashimoto 2022-08-02 21:45:20 -07:00
  • f82b8f89e7 releast-fast for dev/install otherwise renders are slow Mitchell Hashimoto 2022-08-02 21:03:34 -07:00
  • 40cec18943 implement DECSASD by just blackholing the output for now Mitchell Hashimoto 2022-08-02 11:03:01 -07:00
  • 2b80699179 cursor position absolute needs to ignore all the offset stuff Mitchell Hashimoto 2022-08-02 10:30:20 -07:00
  • 1fbfc8a664 update Zig nightly Mitchell Hashimoto 2022-08-02 09:27:05 -07:00
  • 84af11e1eb detect config file load in config file Mitchell Hashimoto 2022-08-02 09:25:36 -07:00
  • 782ddfe722 --config-file to load a config file Mitchell Hashimoto 2022-08-01 18:04:39 -07:00
  • bf526fb217 cli: support multiple calls into parse without clobbering arena Mitchell Hashimoto 2022-08-01 12:56:28 -07:00
  • 0249f3c174 cli parsing supports modification, add "RepeatableString" as example Mitchell Hashimoto 2022-08-01 11:54:51 -07:00
  • 8267f10cc1 Update makefile to only patchelf on NixOS Mitchell Hashimoto 2022-07-31 16:44:29 -07:00
  • d614da2435 make dev/install to add a dev install Mitchell Hashimoto 2022-07-31 16:11:01 -07:00
  • 9779b565bf nix: add other X11 deps Mitchell Hashimoto 2022-07-26 15:02:03 -07:00
  • 23548852c6 update to nixpkgs 22.05 Mitchell Hashimoto 2022-07-26 14:40:57 -07:00
  • fc611ec28b nix: update the package to set proper rpath Mitchell Hashimoto 2022-07-26 14:39:40 -07:00
  • 2453b40e5d log glfw errors globally Mitchell Hashimoto 2022-07-26 13:05:57 -07:00
  • 2be6de7ebd nix: we have a package that builds, but doesn't run Mitchell Hashimoto 2022-07-26 12:04:51 -07:00
  • 702f54a6fa first attempt at a derivation Mitchell Hashimoto 2022-07-26 11:38:54 -07:00
  • adba7aae22 Add sdk submodule Mitchell Hashimoto 2022-07-26 11:33:15 -07:00
  • e4dd940c98 vendor: update mach for glfw Mitchell Hashimoto 2022-07-26 11:24:36 -07:00
  • c09498318a don't install conformance tests Mitchell Hashimoto 2022-07-26 09:55:37 -07:00
  • 28acd99d7d reset inverse attribute Mitchell Hashimoto 2022-07-26 09:37:52 -07:00
  • e34c8958c2 test: update test cases from the setCursorPosition off-by-one fix Mitchell Hashimoto 2022-07-25 17:21:59 -07:00
  • 85a9e6fdf0 fix an off by one in set cursor pos Mitchell Hashimoto 2022-07-25 17:02:59 -07:00
  • 4f85c13d1b test: add wraptest Mitchell Hashimoto 2022-07-25 08:23:50 -07:00
  • 473f749f00 nix: add wraptest Mitchell Hashimoto 2022-07-25 08:18:35 -07:00
  • a239098883 index should return after handling bottom-most line in scroll region Mitchell Hashimoto 2022-07-25 08:08:23 -07:00
  • f11c82853f test: run-all runs in parallel Mitchell Hashimoto 2022-07-24 16:47:47 -07:00
  • e66a4fcab6 test cases update since deccolm implemented Mitchell Hashimoto 2022-07-24 16:35:18 -07:00
  • d81bb19af6 fix crash we can get with horizontal tabs off the end of the screen Mitchell Hashimoto 2022-07-24 16:33:57 -07:00
  • 5c8c9d8e3c support DECCOLM Mitchell Hashimoto 2022-07-24 16:06:04 -07:00
  • a3409ac70d erase line left should include cursor position Mitchell Hashimoto 2022-07-24 09:53:21 -07:00
  • a43c63111f count = 0 implies 1 for all cursor movement, fixes one line of vttest Mitchell Hashimoto 2022-07-24 09:36:21 -07:00
  • 6369f1f2f9 big improvements in action logging Mitchell Hashimoto 2022-07-24 09:20:02 -07:00
  • 4a9b8ea187 add a formatter for CSI logs so that they're more easy to read Mitchell Hashimoto 2022-07-23 18:13:37 -07:00
  • bf3d6617fe move test log up so it shows up on fail Mitchell Hashimoto 2022-07-22 14:24:24 -07:00
  • dfde2acf10 on resize, make sure we resize the alt screen too Mitchell Hashimoto 2022-07-22 14:22:53 -07:00
  • 12a864c3f2 test: use larger dimensions to avoid some crash Mitchell Hashimoto 2022-07-22 14:17:15 -07:00
  • 65c0472701 test: sort tests prior to running Mitchell Hashimoto 2022-07-22 13:59:51 -07:00
  • 3dbe9cba43 clean up unreachables with log statements Mitchell Hashimoto 2022-07-22 13:54:16 -07:00
  • 1b9b14be8b update zig Mitchell Hashimoto 2022-07-22 13:48:55 -07:00
  • 855a71d55c quiet noisy log Mitchell Hashimoto 2022-07-22 13:45:51 -07:00
  • 180d4a3c41 test: colorize output Mitchell Hashimoto 2022-07-22 13:42:53 -07:00
  • d672bedec7 alternate screen buffer (mode 1049) now supported Mitchell Hashimoto 2022-07-22 13:35:11 -07:00
  • 5564bd7213 cursor belongs to screen (prep for alternate screen) Mitchell Hashimoto 2022-07-22 13:08:40 -07:00
  • cf1aeacc4b update TODO Mitchell Hashimoto 2022-07-22 10:12:18 -07:00
  • b4fc81564b xterm test cases Mitchell Hashimoto 2022-07-22 10:10:51 -07:00
  • 7e25585d5c update alacritty test cases Mitchell Hashimoto 2022-07-22 10:09:03 -07:00
  • aca9077bed add all vttest screen 1s Mitchell Hashimoto 2022-07-22 10:05:01 -07:00
  • f445de7568 CSI: Insert Blanks (ESC [ n @) Mitchell Hashimoto 2022-07-22 09:57:52 -07:00
  • 6641fcbd4c add --font-size flag for font size in pixels Mitchell Hashimoto 2022-07-21 21:35:04 -07:00
  • 578679fb35 test: run-all.sh, hide i3bar for compare Mitchell Hashimoto 2022-07-21 21:00:40 -07:00
  • 6812f3f54a test: switch to Ubuntu for now Mitchell Hashimoto 2022-07-18 08:08:17 -07:00
  • ad2a795b9d test: start preparing to run ourselfs in the harness Mitchell Hashimoto 2022-07-17 19:33:27 -07:00
  • 1586afe64b remove unused Mitchell Hashimoto 2022-07-17 19:13:09 -07:00
  • fd1b306c47 image outputs now contain the terminal name Mitchell Hashimoto 2022-07-17 19:12:31 -07:00
  • ad0e1c150f test: fix vttest/1_1 Mitchell Hashimoto 2022-07-17 19:09:08 -07:00
  • aadf36bed9 test: vttest-1-1 Mitchell Hashimoto 2022-07-17 19:06:50 -07:00
  • 9f619a46b2 test: compare the results and error Mitchell Hashimoto 2022-07-17 19:04:04 -07:00
  • 6d6e57facf test: run.sh also does compare Mitchell Hashimoto 2022-07-17 17:35:31 -07:00
  • 70a8245809 test: run from host Mitchell Hashimoto 2022-07-17 17:11:18 -07:00
  • b04ade67aa Build vttest, improve runner Mitchell Hashimoto 2022-07-17 16:32:51 -07:00
  • 462291d80a start dockerfile and script for running a terminal and screenshotting it Mitchell Hashimoto 2022-07-17 11:13:50 -07:00
  • 079e5e6ccf update to latest zig Mitchell Hashimoto 2022-07-21 09:03:39 -07:00
  • 312434a4b7 support building with musl, although it doesn't run currently Mitchell Hashimoto 2022-07-17 19:40:48 -07:00
  • fbd79ee585 comment to be clear Mitchell Hashimoto 2022-07-17 10:06:17 -07:00
  • ea8c3c7576 update zig Mitchell Hashimoto 2022-07-16 08:47:57 -07:00
  • baf2f9c1de index (IND) handles scroll up properly with a scrolling region set Mitchell Hashimoto 2022-07-15 17:01:03 -07:00
  • 8dbb6343f4 KIND OF handle mode 3 (132 col mode) Mitchell Hashimoto 2022-07-15 09:34:17 -07:00
  • 1f12577b8c use packed struct for modes Mitchell Hashimoto 2022-07-15 09:18:54 -07:00
  • fa2dcb683c dup Mitchell Hashimoto 2022-07-14 21:31:10 -07:00
  • a2760bd758 lots more sequences Mitchell Hashimoto 2022-07-14 21:30:06 -07:00
  • 50ddb7a37d delete old unused shaders Mitchell Hashimoto 2022-07-14 14:25:09 -07:00
  • bdefcb4da6 update README Mitchell Hashimoto 2022-07-14 14:24:21 -07:00
  • 3b191324c6 update README Mitchell Hashimoto 2022-07-14 14:23:45 -07:00
  • 7ac2c591d2 update README Mitchell Hashimoto 2022-07-14 14:22:31 -07:00
  • 60a48bc36a update README Mitchell Hashimoto 2022-07-14 14:22:13 -07:00
  • 6ffd830c9b more sequences Mitchell Hashimoto 2022-07-14 14:03:37 -07:00
  • 9c547a8645 update seqs Mitchell Hashimoto 2022-07-14 13:48:36 -07:00
  • d31f51c993 add more sequences Mitchell Hashimoto 2022-07-14 13:47:22 -07:00
  • 3655609886 fix tab behavior, should not print Mitchell Hashimoto 2022-07-14 13:43:38 -07:00
  • d242c64013 update README Mitchell Hashimoto 2022-07-13 09:47:47 -07:00
  • afcb99dcdc seqs Mitchell Hashimoto 2022-07-13 09:46:37 -07:00