Jetlogan / termbox

Automatically exported from code.google.com/p/termbox
0 stars 0 forks source link

minor doc bug... #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!

A minor doc bug which i've made myself more than once:

// This struct represents a termbox event. The 'mod', 'key' and 'ch' fields are
// valid if 'type' is TB_EVENT_KEY. The 'w' and 'h' fields are valid if 'type'
// is TB_EVENT_RESIZE. See also
struct tb_event {
...

Note the "see also," where you presumably went to find the relevant code and 
forgot to come back ;).

Original issue reported on code.google.com by sgbeal@googlemail.com on 22 Jul 2014 at 12:16

GoogleCodeExporter commented 9 years ago
Done.

Use github.com/nsf/termbox bug tracker next time, please.

https://github.com/nsf/termbox/commit/3bcb73c94468eaa467

Original comment by no.smile...@gmail.com on 22 Jul 2014 at 2:05