devmil
|
f346e4c7fa
Adds the composing state
|
4 years ago |
devmil
|
71623206dd
Fixes Zoom adaptions on non active buffer
|
4 years ago |
devmil
|
62bd432b35
Flutter format
|
4 years ago |
devmil
|
c05fe16063
adds "selectAll" to TerminalUiInteraction
|
4 years ago |
devmil
|
1b426c57d5
use onTap and onDoubleTap for the logic
|
4 years ago |
devmil
|
5167977ba8
first double-tap select functionality
|
4 years ago |
xuty
|
3428b9761d
Update the signature of TerminalBackend.resize()
|
4 years ago |
michaellee8
|
b5021203f8
feat!: add TerminalBackend.resizeFull() for receiving terminal size in pixels
|
4 years ago |
xuty
|
e21bdea4ea
implement ListBufferLine
|
4 years ago |
devmil
|
51b077856b
ack processed data chunks
|
4 years ago |
devmil
|
ee1c19b138
Some code comments
|
4 years ago |
devmil
|
38e6cb9341
Routes exitCode via Terminal
|
4 years ago |
devmil
|
0b5dcd9508
fixes resizing of non-active buffer
|
4 years ago |
devmil
|
7e09626fbe
Terminal implements TerminalUiInteraction
|
4 years ago |
devmil
|
df9c4cb671
TerminalBackend interface
|
4 years ago |
devmil
|
5da873ab86
Fixes scrolling and initial size propagation
|
4 years ago |
devmil
|
e25c4fab73
utli -> util
|
4 years ago |
devmil
|
c5a35fc58b
Merge branch 'master' into feature/reflow_with_line_perf
|
4 years ago |
xuty
|
6dcd68f63d
Merge pull request #22 from devmil/feature/handle_mac_input_specialties
|
4 years ago |
xuty
|
8806d650cd
Merge branch 'master' into feature/improve_line_manipulation_performance
|
4 years ago |
xuty
|
33c93bf338
increase queue initial size
|
4 years ago |
devmil
|
0d573ba65b
fixes OPTION+LEFT/RIGHT handling for Macs
|
4 years ago |
xuty
|
bc1526fea3
check index
|
4 years ago |
xuty
|
cce56db683
Revert "Fixes Option + Left/Right for Macs"
|
4 years ago |
devmil
|
12df625928
Merge branch 'feature/improve_line_manipulation_performance' into feature/reflow_with_line_perf
|
4 years ago |
devmil
|
fb96a9900e
introducing CircularList
|
4 years ago |
devmil
|
78f20ae8a4
fixes OPTION+LEFT/RIGHT handling for Macs
|
4 years ago |
devmil
|
1eb68f3904
adds maxLines = 10000 as a default (should be reasonable)
|
4 years ago |
devmil
|
1a8e074398
Proper AutoWrapMode
|
4 years ago |
devmil
|
9c10cc2fa5
adapts reflow to new BufferLine logic
|
4 years ago |