summaryrefslogtreecommitdiff
path: root/misc
ModeNameSize
-rw-r--r--Info.plist447logplain
-rw-r--r--minetest-icon-24x24.png587logplain
-rw-r--r--minetest-icon.icns242668logplain
-rw-r--r--minetest-icon.ico9662logplain
-rw-r--r--minetest-xorg-icon-128.png11241logplain
-rw-r--r--minetest.appdata.xml2040logplain
-rw-r--r--minetest.desktop790logplain
-rw-r--r--minetest.exe.manifest658logplain
-rw-r--r--minetest.svg8289logplain
-rw-r--r--winresource.rc1549logplain
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
#.rst:
# FindNcursesw
# ------------
#
# Find the ncursesw (wide ncurses) include file and library.
#
# Based on FindCurses.cmake which comes with CMake.
#
# Checks for ncursesw first. If not found, it then executes the
# regular old FindCurses.cmake to look for for ncurses (or curses).
#
#
# Result Variables
# ^^^^^^^^^^^^^^^^
#
# This module defines the following variables:
#
# ``CURSES_FOUND``
#   True if curses is found.
# ``NCURSESW_FOUND``