[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problems with latest snapshot
From: |
Stanislav Ievlev |
Subject: |
problems with latest snapshot |
Date: |
Fri, 11 Feb 2005 18:45:46 +0300 |
There is a problem with latest curses snapshot (20050205)
little program below:
--
#include <curses.h>
int main()
{
initscr();
mousemask(ALL_MOUSE_EVENTS, (mmask_t *) 0);
endwin();
}
--
doesn't reset terminal to default mode after exit. So I have to run "reset"
utility to restore terminal.
It 100% reproducable only if I run this program under X Window System (xterm
and aterm was tested)
If I run this program in console it's restore terminal well.
--
With best regards
Stanislav Ievlev.
- problems with latest snapshot,
Stanislav Ievlev <=