From: Henry N. <Hen...@Ar...> - 2008-03-17 23:47:14
|
Paolo Minazzi wrote: > hi colinux developers and users. > > I have two things to communicate (a post and a question) > > 1) > with the 0.7.1 if I use > stty rows n , where n>25 , Windows crash > This is not an important problem, but it is an error. > I tried to understand where is the problem (into the source) but I wan > unabile to do it. I'm sorry :=( Thanks. Live console resizing is not supported for colinux. The console buffer is allocated on the windows side on starting coLinux and can not change at live time. The patch will fix it. -- Henry N. |