Changeset 700dcb5 in mainline


Ignore:
Timestamp:
2009-04-24T10:48:06Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3c101bd4
Parents:
d797054c
Message:

Clear the framebuffer when the new connection inherits the virtual console after
exiting task.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/console/console.c

    rd797054c r700dcb5  
    513513        conn->client_phone = IPC_GET_ARG5(*icall);
    514514        screenbuffer_clear(&conn->screenbuffer);
     515        if (consnum == active_console)
     516                clrscr();
    515517       
    516518        /* Accept the connection */
Note: See TracChangeset for help on using the changeset viewer.