Closed gabrielgg closed 10 years ago
Has been fixed in:
https://github.com/nemomobile/fingerterm/commit/6236e7f02a7f336acab10990a36e18fb8986391d
The fix isn't included in the version that's available for harmattan, though.
As a workaround try using octal numbers
Thanks, works like a charm. For completeness, you start octal with \0
Hi,
I'm setting up menu entries for tmux (similar to screen but OpenBSD's preferred, widely available for Linux too). The two basic things I'm interested in are:
The first entry was a piece of cake -\x02\x64 did it and works like a charm.
The second one, however, proved problematic: \x02\x5b only writes the letter "b".
I'm using this in the N9's Harmattan, FingerTerm version 1.0.2.
Thanks,
Gabriel