Commit Graph

454 Commits (8543523f18e805fc2289e09e24e71c1d51fee3a8)
 

Author SHA1 Message Date
Florian Dehau 9a73ead88d Improve crossterm demo
* Use AlternateScreen
* Handle input events
5 years ago
Florian Dehau 8fbb764c9e Move Borders documentation 5 years ago
Florian Dehau 4756801fd9 Format 5 years ago
Russ f0e0b515ad avoid divide by zero 5 years ago
defiori 25a0825ae4 fix: curses backend cursor positions 5 years ago
scauligi b1ac297d71 fix crossterm terminal size and dark gray color 5 years ago
Sebastian Thiel 2dfe9c1663 [example: user_input] Assure the cursor responds immediatel when hitting backspace
This was discovered with the termion backend in alacritty on OSX.
5 years ago
nytopop 8a9c76b003 Don't highlight Tabs separator behind selection 5 years ago
DarrienG 41cdd3e261 Provide clone and debug for Text type 5 years ago
Florian Dehau fe17165c39 Release v0.6.0 5 years ago
svartalf e18671c1e4 Relaxing crossterm dependency version 5 years ago
Timon_Post b5f6219d39 updated to 0.9.4 5 years ago
Timon_Post 5ed82aac5f removed project files 5 years ago
Timon_Post f6a0a91a23 fmt 5 years ago
timonpost@hotmail.nl 5645d0de03 gitignore 5 years ago
timonpost@hotmail.nl ffaaf5e39c review update 5 years ago
timonpost@hotmail.nl 567cf7b8e5 update 0.9.2 5 years ago
Florian Dehau 5f8dd38135 Release v0.5.1 5 years ago
Florian Dehau a74d335cb4 Fix clippy warnings 5 years ago
Florian Dehau 6d594143ed Format 5 years ago
Florian Dehau 7a5ad3fbdb Fix sparkline panic when max is zero 5 years ago
lcolaholicl 584f7688f4 Fix a wrongly linked link 5 years ago
Florian Dehau 4436110c44 Improve onboarding in documentation 5 years ago
lws 8a7c9d49b2 fix typo of CHANGELOG 5 years ago
lws b5d41caace fix typo of CHANFELOG 5 years ago
Curtis Malainey 206813d560 fix typo 5 years ago
Florian Dehau e0ab1e906e Release v0.5.0 5 years ago
Florian Dehau f8b3526426 Add code example for `Constraint::Ratio` 5 years ago
Florian Dehau d83baab433 Add modifiers in demo
As several modifiers are now supported on the same `Style` struct, make sure
that this feature is illustrated in some places of the demo.
5 years ago
Florian Dehau 43e38ac483 Fix Buffer::merge
Coordinates returned by Buffer::pos_of were interpreted as local coordinates
while they were global. This was resulting in panics due to out of bounds
accesses. Interpreting the coordinates as global and using correct offsets
when computing the new index within the buffer for each cell fix the issue.
5 years ago
David Flemström b079d4da4c Fix some examples that accidentally changed color 5 years ago
David Flemström 21e79ca078 Rebase and include necessary curses changes 5 years ago
David Flemström a25bbea555 Add workarounds for weird termion escape code handling 5 years ago
David Flemström b7664a4108 Support several modifiers and indexed colors at once 5 years ago
David Flemström d360cd3434 Support exact ratios for layout constraints 5 years ago
Florian Dehau e037db076c fix(backend/curses): use chtype to achieve platform agnostic conversion of graphemes 5 years ago
Florian Dehau 3ef19f41e6 fix(backend/curses): avoid platform specific conversion of graphemes 5 years ago
Florian Dehau da90ec15fa fix: add missing get_cursor and set_cursor on CursesBackend 5 years ago
Florian Dehau 7f5af46300 style: fmt 5 years ago
defiori 624e6ee047 fix: filter out wide unicode characters on windows 5 years ago
defiori 4a1f3cd61f feat: curses instance can be passed to backend 5 years ago
defiori 7c4a3d2b02 fix(examples): bring in line with demo organization 5 years ago
defiori 8db1bb56f2 fix: curses demo required features 5 years ago
defiori d75198a8ee feat: add pancurses backend 5 years ago
defiori cadb41c9e3 fix: unified crossterm backend 5 years ago
defiori b30cae0473 feat: crossterm backend can use alternate screen 5 years ago
scauligi 7290086fe9 forgot to flush 5 years ago
scauligi bca920bea0 get/set cursor position 5 years ago
Temirkhan Myrzamadi 32de7a3fdc Fix the example compilation error 5 years ago
Florian Dehau f20512b599 feat: add rustbox and crossterm demo 5 years ago