From bb3ab00c155ca6a22a9ce7665fd4dff3231d4143 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Wed, 30 Nov 2016 16:01:50 +0100 Subject: [PATCH] KnownBugs: add several blockers --- TODO | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index e1e01b9c..0bc77da0 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,15 @@ ToDos in Priority order: -- Known Bugs - in special cases next word skipps a word, "word<12 spaces>word2<12 spaces>word3 (storm_dragon) - Fenrir key sometimes wents crazy? (maybe this is if fenrir key is released before other keys) - 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. +Known Bugs: +- fenrir key is for some users in tintin printed +- some timing issues for some users that leads to an delay to read incomming messages +- for some users fenrir eats the orca key +- in special cases next word skipps a word, "word<12 spaces>word2<12 spaces>word3 (storm_dragon) +- Fenrir key sometimes wents crazy? (maybe this is if fenrir key is released before other keys) +- 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 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 )