Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13897 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -369,14 +369,14 @@ set_vt100_attributes(struct console_desc *console, int32 *args, int32 argCount)
|
|||||||
|
|
||||||
static bool
|
static bool
|
||||||
process_vt100_command(struct console_desc *console, const char c,
|
process_vt100_command(struct console_desc *console, const char c,
|
||||||
bool seen_bracket, int32 *args, int32 argCount)
|
bool seenBracket, int32 *args, int32 argCount)
|
||||||
{
|
{
|
||||||
bool ret = true;
|
bool ret = true;
|
||||||
|
|
||||||
//dprintf("process_vt100_command: c '%c', argCount %ld, arg[0] %ld, arg[1] %ld, seen_bracket %d\n",
|
//dprintf("process_vt100_command: c '%c', argCount %ld, arg[0] %ld, arg[1] %ld, seenBracket %d\n",
|
||||||
// c, argCount, args[0], args[1], seen_bracket);
|
// c, argCount, args[0], args[1], seenBracket);
|
||||||
|
|
||||||
if (seen_bracket) {
|
if (seenBracket) {
|
||||||
switch(c) {
|
switch(c) {
|
||||||
case 'H': /* set cursor position */
|
case 'H': /* set cursor position */
|
||||||
case 'f': {
|
case 'f': {
|
||||||
|
|||||||
Reference in New Issue
Block a user