update ToDo, ps example
This commit is contained in:
		
							
								
								
									
										2
									
								
								TODO
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								TODO
									
									
									
									
									
								
							@@ -8,7 +8,7 @@ ToDos in Priority order:
 | 
			
		||||
  in special cases next word skipps a word, "word<12 spaces>word2<12 spaces>word3 (storm_dragon)
 | 
			
		||||
  spellcheck triggers twice if there are two spaces after an word and you arrow over them
 | 
			
		||||
  fenrir is not able to detect the current application inside of screen.
 | 
			
		||||
    ps -e  -H -o pid,pgrp,pid,ppid,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
 | 
			
		||||
    fd = open("/dev/tty")
 | 
			
		||||
    os.tcgetpgrp(fd)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user