From kde-core-devel Fri May 25 10:48:43 2001 From: aleXXX Date: Fri, 25 May 2001 10:48:43 +0000 To: kde-core-devel Subject: Re: konsole's history : is anyone taking care of it ? X-MARC-Message: https://marc.info/?l=kde-core-devel&m=99078572130811 On Friday 25 May 2001 11:19, Guillaume Laurent wrote: > It seems that konsole's 'history' feature has been disabled for a while > now. I suppose this is because of the hist. files ever growing and taking > up all space in /tmp. I'd like to try to fix that, but before I want to > make sure that nobody is working on it. I think so. > What I would like to do is move the current history to a file logging > feature (like xterm had) and add a simple fixed-length, buffer-based > history instead. And please make sure not to increase startup time, try to do everything as late as possible. Pay attention that most of the UI (menu's etc.) are created delayed when you open them the first time, so on startup not everything is already accessible. Bye Alex