Commit 79402e9
committed
v0.1 + v0.2 features: Unicode, cursor styles, bell, title, search, URLs
v0.1 must-haves:
- Unicode fonts: 351 glyphs (ASCII + Latin-1 + box-drawing + block elements)
- Window title: OSC 0/2 → XCB _NET_WM_NAME (x11 + wayland)
- Cursor styles: block/underline/bar via DECSCUSR (ESC[N SP q)
- Visual bell: BEL → 1-frame framebuffer RGB invert
- Proportional pane resize: layout-aware per-pane dimensions
v0.2 power-user:
- Session restore: teru --attach loads saved session layout
- URL detection: Ctrl+click opens URLs with xdg-open
- Search: Ctrl+Space,/ highlights matches in visible grid
- Status bar: workspace, pane info, dimensions at bottom
- UrlDetector module with regex-free pattern matching
14,664 lines. 234 tests. All pass.1 parent 2814fec commit 79402e9
12 files changed
Lines changed: 1204 additions & 62 deletions
File tree
- src
- core
- platform
- linux
- render
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
38 | 47 | | |
39 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
40 | 53 | | |
| 54 | + | |
41 | 55 | | |
42 | 56 | | |
43 | 57 | | |
| |||
47 | 61 | | |
48 | 62 | | |
49 | 63 | | |
50 | | - | |
| 64 | + | |
51 | 65 | | |
52 | 66 | | |
53 | 67 | | |
54 | | - | |
| 68 | + | |
55 | 69 | | |
56 | 70 | | |
57 | 71 | | |
| |||
75 | 89 | | |
76 | 90 | | |
77 | 91 | | |
78 | | - | |
79 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
80 | 98 | | |
81 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
82 | 103 | | |
83 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
84 | 109 | | |
85 | 110 | | |
86 | 111 | | |
| |||
95 | 120 | | |
96 | 121 | | |
97 | 122 | | |
| 123 | + | |
98 | 124 | | |
99 | 125 | | |
100 | 126 | | |
| |||
0 commit comments