You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to niceeditor
When I use ne as the default editor for sncli, the cursor doesn't show when the editor is called from the app.
I cannot find a solution for this, but maybe someone here can enlighten me. I would very much appreciate it.
Thanks for your consideration.
uto...@gmail.com
unread,
Apr 3, 2024, 10:25:28 PM4/3/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to niceeditor
Sounds like the terminal isn't being set right. Can you create a wrapper scrip that looks like this:
#!/bin/bash
tput reset
ne "$@"
and set cfg_editor to point to that script?
I've never seen sncli before, and I don't have a Simplenote account. Sorry.
bwg
unread,
Apr 4, 2024, 12:33:53 AM4/4/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to niceeditor
Thanks uto! That works very nicely. I was beginning to beleive that I would never solve this. But uto, I don't suppose your script is pointed out in the ne docs and if so what section. I've got a feeling that this is some common Linux knowledge that I don't know, but it is working, so there is that.