Re: CGDB

2016-05-22 Thread Nicolas Rybkin
23.05.2016, 01:42, "Nicolas Rybkin" <mfkore...@yandex.ru>: > Is it possible to debug MC using CGDB? There's a problem with the terminal. > ___ > mc-devel mailing list > https://mail.gnome.org/mailman/listinfo/mc-devel

CGDB

2016-05-22 Thread Nicolas Rybkin
Is it possible to debug MC using CGDB? There's a problem with the terminal. ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

building with cygwin

2016-03-01 Thread Nicolas Rybkin
Hi, did anyone try to compile stuff with cygwin? ./configure gives: configure: error: S-Lang library version 2.0 or newer not found I have cygslang-2.dll in /bin. I really can't learn from configure script how it tests slang presence, there's "test x"$ac_slang_lib_path"" and something like and I

Buggy sort

2015-06-29 Thread Nicolas Rybkin
There's a problem when unsorted sort order is chosen. When I choose undsorted when I've already entered directory it displays list properly, but when I enter directory with (sort order = unsorted) it often (not for every dir) displays the first entry of the list last and the last first. It

Re: COPYOUT time

2015-06-10 Thread Nicolas Rybkin
Can anyone tell me where is implementation of mc_fstat() ? I can't find it. ___ mc-devel mailing list https://mail.gnome.org/mailman/listinfo/mc-devel

COPYOUT time

2015-05-29 Thread Nicolas Rybkin
Hello, my script uses st_atime to store some data, but as I surpisingly learned MC sets time after file is copied out according to time given in the list. Possible solution: test if the newly created file time differs from time(0) by some x seconds or more, then fix time only if it does. BUT: