issues
search
console-rs
/
console
A rust console and terminal abstraction
MIT License
961
stars
113
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
unicode-width: 0.1 -> 0.2
#226
nagisa
opened
3 days ago
0
Add an assertion to `unix_term::read_bytes` to prevent reading past the end of a buffer
#225
bmoxb
opened
3 weeks ago
0
Update unicode-width requirement from 0.1 to 0.2
#224
dependabot[bot]
opened
2 months ago
0
Improve type safety, extract identical code
#223
tamird
opened
3 months ago
1
Don't eagerly close tty fd in read_secure
#222
Noratrieb
opened
3 months ago
0
On Unix, read_secure_line doesn't work if stdin isn't a TTY
#221
Noratrieb
opened
3 months ago
0
Make functions on Style const
#220
tamird
opened
3 months ago
0
Replace lazy_static with once_cell
#219
tamird
opened
3 months ago
1
Switch from lazy_static to once_cell
#218
alex
opened
4 months ago
2
Update windows-sys requirement from 0.52.0 to 0.59.0
#217
dependabot[bot]
opened
4 months ago
0
what colors are there in console
#216
rudy-in
opened
4 months ago
1
ci: Force older version of unicode-width for MSRV
#215
waywardmonkeys
opened
5 months ago
1
ci: Switch from actions-rs and update checkout
#214
waywardmonkeys
opened
5 months ago
1
Fix some typos
#213
waywardmonkeys
opened
5 months ago
0
SIGWINCH generates SIGINT
#212
rendarz
opened
6 months ago
0
On macOS, prompt exits if background command terminates
#211
LucasPickering
opened
6 months ago
0
Moved from unicode-width to unicode-display-width for visual grapheme width estimation
#210
TapGhoul
closed
7 months ago
2
Disabling "Quick Edit Mode" in Windows
#209
moranbw
opened
8 months ago
0
Replace lazy_static with once_cell: error[E0195]: lifetime parameters or bounds on type `Target` do not match the trait declaration
#208
simbleau
opened
8 months ago
0
Missing emoji support for VSCode
#207
Sofahamster
opened
9 months ago
0
Add utility function `ansi::slice_ansi_str`
#206
remi-dupre
opened
9 months ago
4
Support for synchronized output, leveraging Funami580's work
#205
chris-laplante
opened
10 months ago
8
How to deal with overflowing lines?
#204
roele
opened
10 months ago
0
Add Terminal Reset Helper
#203
mitsuhiko
opened
10 months ago
1
Added a function that reads a key with cursor hidden
#202
mitsuhiko
opened
10 months ago
1
How can I get the cursor position
#201
ShadowySpirits
opened
10 months ago
2
Support of reading the `is_tty` status of `stdin`
#200
Gordon01
opened
10 months ago
0
Fixed https://github.com/console-rs/console/issues/177(fixed white color and added the first 16 colors to the color enum)
#199
tiberiugila
opened
10 months ago
1
Added support for NO_COLOR
#198
darimari21
opened
10 months ago
1
Honour `NO_COLOR` environment variable alongside `CLICOLOR`
#197
mkaput
opened
10 months ago
0
Alt+{left, right, backspace} are not properly recognized
#196
samuela
opened
10 months ago
1
support for synchronized output
#195
Funami580
opened
11 months ago
1
Bump MSRV to 1.56.0 and update `windows-sys` to 0.52
#194
barrbrain
closed
10 months ago
0
Setting the text alignment to center
#193
mominul
opened
1 year ago
1
Add a small example for working out control keys
#192
joshka
closed
10 months ago
0
Update windows-sys requirement from 0.48.0 to 0.52.0
#191
dependabot[bot]
closed
10 months ago
2
Fix behavior of `read_line_initial_text`
#190
terrarier2111
closed
10 months ago
0
[WIP][PoC] Return `Ctrl+C` instead of SIGINT
#189
fadeevab
closed
10 months ago
2
Unblocking `read_key()` / writing to stdin
#188
george-cosma
opened
1 year ago
1
How to flush stdin buffer before calling `read_key()`?
#187
icorbrey
opened
1 year ago
0
Use `out.as_raw_fd()` to get size in `unix_term`
#186
tgolsson
closed
10 months ago
1
`unix_term::terminal_size` uses `STDIN_FILENO` for `isatty` instead of configured output
#185
tgolsson
closed
10 months ago
0
Bump actions/checkout from 3 to 4
#184
dependabot[bot]
closed
10 months ago
1
Fix unsoundness in `msys_tty_on`
#183
LingMan
closed
10 months ago
0
Return `Key::Tab` instead of `Key::Char(\t)` on Windows
#182
Gordon01
closed
1 year ago
0
Update read_line behaviour to read_line_initial_text
#181
thibmeu
closed
10 months ago
1
Why not 'impl Style for &str'
#180
JonZhang3
opened
1 year ago
0
Support build target `wasm32-unknown-emscripten`
#179
ChanTsune
closed
10 months ago
1
Crashes found
#178
xizheyin
opened
1 year ago
1
white isn't white
#177
ToBinio
opened
1 year ago
1
Next