about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-11 22:03:16 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-11 22:03:16 -0800
commit337a099d35e0db9693ee1a53095dc8c96b030baa (patch)
tree3e8fd5fc67a727a13d31524dbb415c518fb4c42e /Readme.md
parente19e7820270a8b1342153bcabc9b23ba6fdfff2c (diff)
downloadmu-337a099d35e0db9693ee1a53095dc8c96b030baa.tar.gz
535 - reading keyboard input from a channel
The problem is that once main exits it takes two characters at minimum
to truly quit: one to fill the buffer and another to overflow it and
trigger the deadlock detector.

Not the cleanest way to exit in the world either, death by deadlock.
Diffstat (limited to 'Readme.md')
0 files changed, 0 insertions, 0 deletions
id='n101' href='#n101'>101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151