]> git.tuebingen.mpg.de Git - paraslash.git/commit
i9e: Fix a prompt display issue
authorAndre Noll <maan@systemlinux.org>
Tue, 2 Apr 2013 04:05:59 +0000 (04:05 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 8 Jun 2013 12:31:01 +0000 (14:31 +0200)
commitf99dbea033c521a886b99405f5e9efc80e2c32e1
treeaf51667efa9c61470c9726a3f89e78c2f60eb852
parentcf39e478f5379506a003ab8a0a2f14ee8fcf98e4
i9e: Fix a prompt display issue

If a line handler calls PARA_XXX_LOG() to write a log message before
attaching a buffer tree node, the prompt is not displayed properly.

Fix this by attaching a dummy btrn before the line handler is called.
interactive.c