Merge branch 'master' into wordWrappingEndOfScreenBell

This commit is contained in:
chrys 2016-12-03 00:39:25 +01:00
commit 4a5522e384

17
TODO
View File

@ -1,12 +1,15 @@
ToDos in Priority order: ToDos in Priority order:
- Known Bugs Known Bugs:
in special cases next word skipps a word, "word<12 spaces>word2<12 spaces>word3 (storm_dragon) - fenrir key is for some users in tintin printed
Fenrir key sometimes wents crazy? (maybe this is if fenrir key is released before other keys) - some timing issues for some users that leads to an delay to read incomming messages
For example, in screen, it just tells me bell in window, but doesn't tell me which one. (southernprince) - for some users fenrir eats the orca key
spellcheck triggers twice if there are two spaces after an word and you arrow over them - in special cases next word skipps a word, "word<12 spaces>word2<12 spaces>word3 (storm_dragon)
alpine seems to have problems (just small glitches) (southernprince) - Fenrir key sometimes wents crazy? (maybe this is if fenrir key is released before other keys)
fenrir is not able to detect the current application inside of screen. - For example, in screen, it just tells me bell in window, but doesn't tell me which one. (southernprince)
- spellcheck triggers twice if there are two spaces after an word and you arrow over them
- alpine seems to have problems (just small glitches) (southernprince)
- fenrir is not able to detect the current application inside of screen.
ps -e -H -o pid,pgrp,ppid,tty,cmd ps -e -H -o pid,pgrp,ppid,tty,cmd
http://stackoverflow.com/questions/24861351/how-to-detect-if-python-script-is-being-run-as-a-background-process/24862213 http://stackoverflow.com/questions/24861351/how-to-detect-if-python-script-is-being-run-as-a-background-process/24862213
fd = os.open("/dev/tty5", os.O_RDONLY ) fd = os.open("/dev/tty5", os.O_RDONLY )