Commit Graph

580 Commits (36c3489bb4c4b36cb8107eb71287101a7f7c5dcd)

Author SHA1 Message Date
chris west 38e660ccb6 also try all socket_addrs for tls and tor 4 years ago
chris west 015c7878cc try to connect to socket_addrs(), not just 1st 4 years ago
chris west 1b02d330d9 fix reloading logic 4 years ago
chris west 6e55457f26 only redraw on F5, don't reload 4 years ago
chris west 5fb8f14586 Revert "F5 fully reloads page"
This reverts commit 2da3a20c4e.
4 years ago
chris west 2da3a20c4e F5 fully reloads page 4 years ago
chris west 4d47287849 ctrl+u can reload the current page 4 years ago
chris west ac77420ba9 hook up --media flag 4 years ago
chris west b6cea29372 un-gate media feature 4 years ago
chris west 1359a4eb49 add -m, -M flags for media 4 years ago
chris west 596c8042ed use Line & LineIter instead of passing raw text around 4 years ago
chris west d814268d7e clear screen before launching media player 4 years ago
chris west 7157faf16d re-enable raw mode on media error 4 years ago
chris west f8c808e8f3 prompt before opening media player 4 years ago
chris west c1dc7a1b84 whitespace 4 years ago
chris west 67021ea036 mention media in README 4 years ago
chris west 65c8403e0e experimental media player support w/ `media` feature 4 years ago
chris west 88cc95c59f don't quit parent when child receives SIGINT 4 years ago
chris west cd350b15b9 Show unknown types as binary (downloads) 4 years ago
chris west 7fb209206a to_char always works 4 years ago
chris west 23c76e483b tiny test for new types 4 years ago
kim (grufwub) 81fcecb85d add new gopher item types + function check for media files
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
4 years ago
chris west e034c66a4f test color counting 4 years ago
chris west 91ffcb459a dont need to peek 4 years ago
chris west 384cbe0939 only run through lines that have colors 4 years ago
chris west 575ebdbd01 ignore colors when calculating line length 4 years ago
chris west 05b78919cd use log! results 4 years ago
chris west 1146f42174 raw mode in main. fixes panics 4 years ago
chris west fb3e3940db enter raw mode on our own
termion wants you to pass around a RawTerminal
struct that wraps Stdout, which is probably "right"
but it's easier to do it the C way and treat stdout
as a shared global resource.
4 years ago
chris west 4e97579932 always shutdown() on drop() 4 years ago
chris west c002f2adc1 more idiomatic cli errors 4 years ago
chris west 9a635870d3 update changelog 4 years ago
chris west d925124807 resize on SIGWINCH 4 years ago
chris west 1b1d1fc8f3 use channels for keyboard events
this fixes the 'cancel download' bug
4 years ago
chris west 2ccd55dad7 note 4 years ago
chris west 88aae700d7 clippy 4 years ago
✨ Q (it/its) ✨ 8ce045ef16
Fix #13 4 years ago
chris west f1fe58d248 strip unreadable characters (vs replace with ?) 4 years ago
chris west 56b2ef65f9 test clean_response 4 years ago
chris west 358b1ed02a not anymore 4 years ago
chris west a4fd553431 start wrapping termion 4 years ago
chris west e4ce7a45be clean up on cancelled download 4 years ago
chris west 24ba3fb636 Page -> View, kill some pubs 4 years ago
chris west 8f7a9cedc3 add some criterion benchmarks 4 years ago
chris west e32d0c9da5 views remember their wide mode setting 4 years ago
chris west 6a429c8a86 count chars, not bytes 4 years ago
chris west f37ab17084 simpler -v 4 years ago
chris west 839c4132d5 Don't print trailing \r 4 years ago
chris west e110f262a2 Fix crash on long menus with no links 4 years ago
chris west 2fee4c3700 group `use` 4 years ago