Up Next:
-* Add keyboard shortcut to highlight the thing under the cursor
* Implement X Selection protocol for handling clipboard and primary selections
+* Add keyboard shortcut to highlight the thing under the cursor
* Tag line count should account for wrapped lines
* ctrl+alt+f should find next occurence of previous search term
* invalid memory accesses while viewing docs/waf
}
buf_insert(buf, false, buf_end(buf), r);
}
+
+ /* jump to address if we got one */
+ if (addr)
+ off = buf_setln(buf, strtoul(addr, NULL, 0));
/* reset buffer state */
buf->modified = false;