Ignore:
Timestamp:
2009-04-03T15:52:14Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a7b1071
Parents:
2398ee9
Message:

represent special keystrokes (cursor arrows, page up/down, delete, etc.) as appropriate Unicode characters
do not parse ANSI control sequences in kconsole, but in serial line driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/drivers/sgcn.c

    r2398ee9 rc8bf88d  
    3232/**
    3333 * @file
    34  * @brief       SGCN driver.
     34 * @brief SGCN driver.
    3535 */
    3636
     
    278278                        sgcn_do_putchar(ch);
    279279                } else
    280                         sgcn_do_putchar(invalch);
     280                        sgcn_do_putchar(U_SPECIAL);
    281281               
    282282                spinlock_unlock(&sgcn_output_lock);
Note: See TracChangeset for help on using the changeset viewer.