<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/mlterm/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/mlterm/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 08 Dec 2019 13:42:20 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mlterm/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#13 Disable blinking text</title><link>https://sourceforge.net/p/mlterm/support-requests/13/?limit=25#2c1d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Oh, my. This was not about &lt;code&gt;mlterm&lt;/code&gt;. It's about this &lt;a href="https://bugzilla.redhat.com/show_bug.cgi?id=1648170" rel="nofollow"&gt;https://bugzilla.redhat.com/show_bug.cgi?id=1648170&lt;/a&gt;&lt;br/&gt;
Apologies for the noise — I recently switched to newer version of the distro I use and at first glance I thought it was &lt;code&gt;mlterm&lt;/code&gt; that sort of misbehaved but eventually &lt;code&gt;mlterm&lt;/code&gt; is fine =) Thanks for the help finding the culprit =)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">George L. Yermulnik</dc:creator><pubDate>Sun, 08 Dec 2019 13:42:20 -0000</pubDate><guid>https://sourceforge.net842784260ab0cd79d318dd4cc8d4501d4140767e</guid></item><item><title>#13 Disable blinking text</title><link>https://sourceforge.net/p/mlterm/support-requests/13/?limit=25#923f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;For example, doesn't --bl=red disable blinking ?&lt;/p&gt;
&lt;p&gt;What happens if you execute as follows ?&lt;br/&gt;
$ echo -e "\x1b[5maaaa\x1b[m"&lt;br/&gt;
aaaa &amp;lt;= blinking&lt;br/&gt;
$ mlcc bl_color red&lt;br/&gt;
$ echo -e "\x1b[5maaaa\x1b[m"&lt;br/&gt;
aaaa &amp;lt;= Not blinking&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Araki Ken</dc:creator><pubDate>Sun, 08 Dec 2019 12:26:34 -0000</pubDate><guid>https://sourceforge.net5ff8811cbb75652b85a3947b80cd4b76cc140cd8</guid></item><item><title>#13 Disable blinking text</title><link>https://sourceforge.net/p/mlterm/support-requests/13/?limit=25#21bd</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Could you please give an example of value for &lt;code&gt;bl_color&lt;/code&gt; — I tried differrent values but it didn't disable blinking =(&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">George L. Yermulnik</dc:creator><pubDate>Sat, 07 Dec 2019 11:10:43 -0000</pubDate><guid>https://sourceforge.net4ae8038099912c34a3c88dd1297409c62e1c0300</guid></item><item><title>#13 Disable blinking text</title><link>https://sourceforge.net/p/mlterm/support-requests/13/?limit=25#b9e5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;--bl option (or $ mlcc bl_color xxx) which sets alternate color to blinking characters disables blinking.&lt;/p&gt;
&lt;p&gt;But it disabled blinking but didn't set alternate color. Following commit fixes it.&lt;br/&gt;
&lt;a href="https://bitbucket.org/arakiken/mlterm/commits/45766b7f1442a4984b22854b75b89af28b18887a" rel="nofollow"&gt;https://bitbucket.org/arakiken/mlterm/commits/45766b7f1442a4984b22854b75b89af28b18887a&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Araki Ken</dc:creator><pubDate>Sat, 07 Dec 2019 04:24:56 -0000</pubDate><guid>https://sourceforge.netada309aca80f18520839030e2cc96233ebcefca2</guid></item><item><title>Disable blinking text</title><link>https://sourceforge.net/p/mlterm/support-requests/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is it possible to add an option to disable blinking text?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">George L. Yermulnik</dc:creator><pubDate>Sun, 01 Dec 2019 12:44:58 -0000</pubDate><guid>https://sourceforge.net9f298ee31ad9380181a269a92d038fe9e148191d</guid></item><item><title>#12 After compiling mlterm on openSUSE Leap 42.2, it doesn't run</title><link>https://sourceforge.net/p/mlterm/support-requests/12/?limit=25#05f1</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Does LD_LIBRARY_PATH environmental variable contain /usr/local/lib64?&lt;br/&gt;
What happens if you execute following commands.&lt;/p&gt;
&lt;p&gt;$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib64&lt;br/&gt;
$ /usr/local/bin/mlterm&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Araki Ken</dc:creator><pubDate>Fri, 31 Mar 2017 15:20:17 -0000</pubDate><guid>https://sourceforge.netd7ee3aaf232f399c156858b37f431b1ea3a56046</guid></item><item><title>After compiling mlterm on openSUSE Leap 42.2, it doesn't run</title><link>https://sourceforge.net/p/mlterm/support-requests/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I tried the following in openSUSE Leap 42.2 x86_64:&lt;br/&gt;
0. Make sure packages fribidi and fribidi-devel are installed&lt;br/&gt;
1. Download the .tar.gz for mlterm 3.8.0&lt;br/&gt;
The rest was done in bash running in konsole:&lt;br/&gt;
2. tar -zxvf mlterm-3.8.0.tar.gz&lt;br/&gt;
3. cd mlterm 3.8.0&lt;br/&gt;
4. ./configure --enable-fribidi&lt;br/&gt;
5. make&lt;br/&gt;
6. make install&lt;br/&gt;
At this point, mlterm has been added to the $PATH (in /usr/local/bin/)&lt;br/&gt;
7. mlterm&lt;br/&gt;
mlterm: error while loading shared libraries: libmlterm_coreotl.so: cannot open shared object file: No such file or directory&lt;/p&gt;
&lt;p&gt;However, libmlterm_coreotl.so is present in both ./vtemu/.libs and /usr/local/lib64 (with permissions -rwxr-xr-x, dates differing by 2 seconds, both today, and the same byte length).&lt;/p&gt;
&lt;p&gt;What did I do wrong? Or is it impossible to compile mlterm for a 64bit Linux architecture?&lt;/p&gt;
&lt;p&gt;The command "file /usr/local/lib64/libmlterm_coreotl.so" answers:&lt;br/&gt;
/usr/local/lib64/libmlterm_coreotl.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID&lt;span&gt;[sha1]&lt;/span&gt;=6d722b6eb74f520c88b69da3c4f232726845480b, not stripped&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br/&gt;
Tony.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antoine J. Mechelynck</dc:creator><pubDate>Mon, 27 Mar 2017 05:47:52 -0000</pubDate><guid>https://sourceforge.net76c1d063376c8a60f2948ca106c47e1476d5d8a3</guid></item><item><title>#11 color-256</title><link>https://sourceforge.net/p/mlterm/support-requests/11/?limit=25#4e87</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please try to set TERM environmental variable to "xterm-256color"&lt;br/&gt;
TERM=xterm-256color&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Araki Ken</dc:creator><pubDate>Fri, 07 Oct 2016 15:36:29 -0000</pubDate><guid>https://sourceforge.netd178a74c58246cbd1f972c80051f142dacb4cc5a</guid></item><item><title>#10 wrong position show file with non-english name</title><link>https://sourceforge.net/p/mlterm/support-requests/10/?limit=25#4ef7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Try to add a following option to ~/.mlterm/main.&lt;br/&gt;
bidi_mode = left&lt;/p&gt;
&lt;p&gt;mlterm shows characters from the right edge of a line&lt;br/&gt;
if the first character of a line is right-to-left character.&lt;br/&gt;
"bidi_mode=left" option forces mlterm to show characters from the left edge.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Araki Ken</dc:creator><pubDate>Fri, 07 Oct 2016 15:30:54 -0000</pubDate><guid>https://sourceforge.net600d6b116dc36c54b893390470f9d8d4949a5cf3</guid></item><item><title>color-256</title><link>https://sourceforge.net/p/mlterm/support-requests/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello&lt;br/&gt;
I need run vifm in mlterm. vifm colorscheme is 256-color but mlterm dosen't support 256-color. how can i add 256-color to mlterm&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Behrooz Ramezani</dc:creator><pubDate>Sat, 24 Sep 2016 08:20:58 -0000</pubDate><guid>https://sourceforge.net48d45c8f7c3cc12873a1aad043141c8bfbb40b0e</guid></item></channel></rss>