You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refiled this issue from previous issue #69. Still having ncurses issue when entering anything into the textfield in sup. For instance, when trying global search
--- NoMethodError from thread: main
undefined method `unpost_form' for nil:NilClass
~/tmp/sup/lib/sup/textfield.rb:57:in `deactivate'
~/tmp/sup/lib/sup/buffer.rb:622:in `block in ask'
<internal:prelude>:10:in `synchronize'
~/tmp/sup/lib/sup/buffer.rb:27:in `sync'
~/tmp/sup/lib/sup/buffer.rb:621:in `ask'
~/tmp/sup/lib/sup/util.rb:573:in `method_missing'
~/tmp/sup/lib/sup/modes/scroll_mode.rb:82:in `search_in_buffer'
~/tmp/sup/lib/sup/mode.rb:59:in `handle_input'
~/sup/lib/sup/buffer.rb:274:in `handle_input'
bin/sup:266:in `<module:Redwood>'
bin/sup:74:in `<main>'
brew doctor shows that the ncurses package has been linked and running ncursesw5-config shows the homebrew installed ncurses.
bin/sup --list-hooks
[2013-05-27 14:10:55 -0700] No 'gpgme' gem detected. Install it for email encryption, decryption and signatures.
Have 35 registered hooks:
These are all located in ~/.sup/hooks/, but I haven't added any of my own. Is there something that I didn't configure?
Weird, cant really reproduce the output. But I guess libraries are getting
mixed up... Could you go to the ncursesw gem dir that is being used and do
an otool -L ncursesw_bin.bundle to check which libraries have been linked?
By the way; what exact mode does this error happen in? All of them?
Refiled this issue from previous issue #69. Still having ncurses issue when entering anything into the textfield in sup. For instance, when trying global search
brew doctor
shows that the ncurses package has been linked and running ncursesw5-config shows the homebrew installed ncurses.Reinstalling ncursesw-sup gem also did not help. Thanks for the help.
The text was updated successfully, but these errors were encountered: