Questions tagged [mc]

Midnight Commander `mc` is an open-source orthodox file manager accompanied by text-based user interface (TUI) programs `mcdiff`, `mcedit` and `mcview`.

Midnight Commander is an orthodox file manager. It's a console application with a text user interface. The main interface consists of two panels which display the file system. File selection is made using arrow keys, the insert key is used to select files and the Function Keys perform operations such as renaming, editing and copying files. Later versions of the Midnight Commander additionally have mouse support. Such versions are aware of GPM and X terminal emulators (such as GNOME Terminal or xterm) which support mouse reporting. When running inside an X terminal, these versions can update the name of the window in which Midnight Commander runs (if allowed by the terminal emulator).

76 questions
0
votes
0 answers

How to use startup feh options in midnight commander in debian jessie?

When I press enter on an image file in mc, the image is opend by feh but is displayed full-sized. That's bad. It should fit the image to screen size by default. Simple as a pie, feh has --auto-zoom option to do this. But there is no feh command in …
helcim
  • 789
  • 13
  • 27
0
votes
1 answer

How to open context menu in mcedit under ubuntu 16.04?

Can't open context menu with mouse right click. It worked fine in ubuntu 14.04. Is there any way to fix it?
Lisio
  • 1,571
  • 2
  • 15
  • 22
0
votes
0 answers

how to improve OpenCL kernel reading __global char* data efficiently?

motion compensation between two images(3840*2160), block size 16 kernel divide 3840 * 135(135=2160/16), group size 64*1 or 128*1 (basically no difference) Now my kernel do access global char data, but imagepos = src + mv.xy is not aligned, so must…
XinLiang
  • 1
  • 2
0
votes
1 answer

Aborting script when git operation is performed in midnight commander make input characters invisible

I have a script that performs git operations like checkout, fetch, pull and mvn clean install in several repos. If I press CTRL-C when script executes git operations it stops. But after that I can't see characters I'm typing in that terminal. If…
gaal
  • 148
  • 1
  • 5
0
votes
0 answers

cross-compile mc (midnight commander) - error in linking with glib?

I am trying to cross-compile mc for my arm device with arm-linux-gnueabi toolchain. at the last step of making mc I get many errors like: make[3]: Entering directory '/home/jacovlev/utils/mc-4.8.14/src' /bin/sh ../libtool --tag=CC --mode=link…
Crusader
  • 61
  • 6
0
votes
1 answer

AS2 full screen only the video window on the stage

I have searched high and low for the answer to this. I use AS2 not AS3 and I know a couple ways to full screen a video/audio/text chat SWF but is there a way to create a button in the flash file that will only full screen the video window mc ? If I…
dellee
  • 1
  • 2
0
votes
1 answer

marching cubes algorithm - seems triangles are missing

What I want is to re-triangulate a mesh by using the voxel model i have created. From a google search I found that Marching Cubes should be a suitable algorithm. I have read many tutorials but the iso-surface part confuses me. I follow this…
maria
  • 467
  • 1
  • 5
  • 19
0
votes
2 answers

tinting a MC with tweener

I would like to tint a movieclip with the tweener class. This is how I tint the mc without the tween: var c:Color=new Color(); c.setTint(0xff0000, 0.8); clouds.transform.colorTransform=c; it works but I would like to give it a smooth transition…
user191766
0
votes
1 answer

Invoke internal midnight commander cd via shell script

I'm trying to use a shell script to have mc cd into some directories, be them virtualfs directories (e.g. ftp, ssh) or local directories. How should I do that?
Devon Ville
  • 2,001
  • 2
  • 19
  • 32
0
votes
1 answer

Flash AS2: How can I delete mc that made to be loop?

I' m making a game which have 2 levels, 3 scenes. After the last scenes, it will go back to the beginning at the first scenes. The problem is in the last scene, I made a loop of MCs which are targets to shoot with this…
TeeTee
  • 65
  • 2
  • 11
0
votes
1 answer

AS3 drag mc but inside another mc or other object and cut when goes out

What is easiest way to do this: on stage 400x400 I have rect 200x200, inside rect are few mc objects. I can drag & drop StartDrag and add 200x200 as limits for this movement, but how I can do that when drag obejct they can be "visible" just near the…
Simon
  • 121
  • 7
  • 19
0
votes
1 answer

CEdit index at which line-break happens

I am getting text from CEdit control. I need to imitate the same text on image. The edit control is multiline, so when I keep on typing long string the remaining part of the word goes to the next line. I am not getting at which text index in the…
Vivek Kumar
  • 4,822
  • 8
  • 51
  • 85
-1
votes
1 answer

Midnight Commander Chmod command

I dont know, how working difference between Set all, Set marked and Marked all. Because every buttons do same things. enter image description here For change in multiple files. Thank you. Multiple permission in files.
-1
votes
2 answers

Is there any way to edit a published site?

I have an website my code is c# mvc razor cshtml and i lost the main project code and i have just the published site surce i wanna know can i change and edit the site and connect to database and execude the new codes and function ?
m.zrn
  • 1
  • 2
-1
votes
1 answer

Starting Midnight Commander `mc` with sudo alias and preserve path

Is it possible to start the mc-wrapper with sudo and still use the last selected directory on the console when quitting sudo mc (requirement number 4)? My default alias looks like this. alias mc='EDITOR="${EDITOR-mcedit}" .…
qräbnö
  • 2,722
  • 27
  • 40