Nic0 / tyrs

Twitter and Identica client using curses
http://tyrs.nicosphere.net
61 stars 10 forks source link

Use Shift+Enter to confirm Tweet or Else #103

Closed arguser closed 12 years ago

arguser commented 12 years ago

When you writing your tweet you may hit enter accidentally, to solve this tweets should be confirmed with shift+enter or ctrl+enter.

Nic0 commented 12 years ago

shift-enter and ctrl-enter aren't intercept by urwid, seems that only alt-enter works, but it's also used for some environment like WMFS to open some terminal. I guess, I'll try to do some confirmation at the end of editing.

Nic0 commented 12 years ago

Twice enter should do the trick.