turnsole icon indicating copy to clipboard operation
turnsole copied to clipboard

Curses client for Heliotrope

Results 19 turnsole issues
Sort by recently updated
recently updated
newest added

This is just my lazy hack to suppress a seemingly "random" crash, instead of rescuing each usage of display_width like we see in TextField#position_cursor! or in ScrollMode#draw_line_from_array, and instead of...

After doing a search, pressing % to save it causes this crash : ``` /home/chrisr/code/play/turnsole/lib/turnsole/modes/search-results-mode.rb:9:in `save_search': uninitialized constant Turnsole::SearchResultsMode::BufferManager (NameError) from /home/chrisr/code/play/turnsole/lib/turnsole/input.rb:39:in `handle' from /home/chrisr/code/play/turnsole/lib/turnsole/ui.rb:69:in `block in step' from /home/chrisr/code/play/turnsole/lib/turnsole/ui.rb:100:in...

When tagging (adding labels to) lots of messages, say over 500, the first 50 or so messages take a long time to tag. It starts off doing it a bout...

Some terminals on X11 allow to right-click a link to open it in a browser if this link has not been cut in half by being wrapped by the displaying...

It would be nice to have something like the sup wiki to share information about configuring and using the software. Maybe activating the wiki here in the repository and accepting...

When tagging threads with "t" and then archiving them with "=a" they get archived. After repeating this action with other threads, the previously archived threads reappear.

In issue #3, when turnsole exited with an exception, the tempfile which contained my email was gone already. As mentioned in your email, we should probably move away from the...

$HOME/.rvm/gems/ruby-1.9.2-p180/gems/rmail-1.0.0/lib/rmail/header.rb:81:in `=~': incompatible encoding regexp match (ASCII-8BIT regexp with UTF-8 string) (Encoding::CompatibilityError) from $HOME/.rvm/gems/ruby-1.9.2-p180/gems/rmail-1.0.0/lib/rmail/header.rb:81:in`parse' from $HOME/.rvm/gems/ruby-1.9.2-p180/gems/rmail-1.0.0/lib/rmail/parser.rb:233:in `block in parse_header' from $HOME/.rvm/gems/ruby-1.9.2-p180/gems/rmail-1.0.0/lib/rmail/parser.rb:229:in`each' from $HOME/.rvm/gems/ruby-1.9.2-p180/gems/rmail-1.0.0/lib/rmail/parser.rb:229:in `parse_header' from $HOME/.rvm/gems/ruby-1.9.2-p180/gems/rmail-1.0.0/lib/rmail/parser.rb:194:in`parse_low' from $HOME/.rvm/gems/ruby-1.9.2-p180/gems/rmail-1.0.0/lib/rmail/parser.rb:183:in `parse' from...